var crypto/rsa.bigZero

2 uses

	crypto/rsa (current package)
		rsa.go#L38: var bigZero = big.NewInt(0)
		rsa.go#L515: 			if r.Cmp(bigZero) == 0 {